home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 07 - 1991
/
07.01 Jan 91
/
FlexAlert
/
FlexAlert Code
/
FlexAlert.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-04-09
|
314 b
|
15 lines
|
[
TEXT/KAHL
]
/* FlexAlert.h - sizes Alert windows to fit the text etc.
Include this file wherever you call FlexAlert().
For usage see FlexAlert.c.
*/
#ifndef _FlexAlert_
#define _FlexAlert_
enum
{
justOK, okCancel, cancelOK, makeItanInt = 512
};
int FlexAlert(int buttonMode, int whichIcon, Ptr csPtr);
#endif _FlexAlert_